projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
edd1c66
)
Reinstate old-style deprecation guards for wholly-deprecated files
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 3 Feb 2013 20:51:05 +0000
(15:51 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 3 Feb 2013 20:51:05 +0000
(15:51 -0500)
gtk/gtk.h
patch
|
blob
|
history
diff --git
a/gtk/gtk.h
b/gtk/gtk.h
index fbc06a364176a3bca21c3474e32b73dfbaced824..e95494f0feb9190abc03a58bd199fbe914fdc94c 100644
(file)
--- a/
gtk/gtk.h
+++ b/
gtk/gtk.h
@@
-224,6
+224,7
@@
#include <gtk/gtkwidgetpath.h>
#include <gtk/gtkwindow.h>
+#ifndef GTK_DISABLE_DEPRECATED
#include <gtk/deprecated/gtkcolorsel.h>
#include <gtk/deprecated/gtkcolorseldialog.h>
#include <gtk/deprecated/gtkfontsel.h>
@@
-247,6
+248,7
@@
#include <gtk/deprecated/gtkvscale.h>
#include <gtk/deprecated/gtkvscrollbar.h>
#include <gtk/deprecated/gtkvseparator.h>
+#endif /* GTK_DISABLE_DEPRECATED */
#undef __GTK_H_INSIDE__